home *** CD-ROM | disk | FTP | other *** search
- #leave the parameters in the given order!
- # PORT BAUD RESET INIT DIAL CONNECT TIME SWITCHBAUD OFFHOOK
- #
- # SWITCHBAUD is used with older Modems that will signalize a Baud
- # rate change after a connect (such as CONNECT 1200). Then, DP will
- # read the new baudrate (1200) and set the rs232 with this value.
- # This is not required with modern modems, there you should set
- # SWITCHBAUD OFF ...
- # Midi-PORT is 3
- #
- #
- # usually, PORT will be 1 (MODEM1)
- PORT 3
- BAUD 2400
- SWITCHBAUD ON
- RESET ATZ
- INIT ATS0=2
- DIAL ATM3X4L1DP
- CONNECT CONNECT
- ERROR NO CARRIER
- OFFHOOK ATH0
-
-